/* 底部 导航栏 （区内链接、其他链接）START */
.section-links {
  width: 100%;
  background: #245399;
}
.section-links .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.section-links .tabs li {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid transparent;
  padding: 10px 5px;
}
.section-links .tabs li:hover {
  cursor: pointer;
}
.section-links .tabs li:first-child {
  margin-right: 20%;
}
.section-links .tabs li.active {
  color: rgba(255, 255, 255, 1);
  border-bottom: 2px solid #fff;
}
/* 底部 导航栏 下拉内容 START */
.tab-content {
  position: relative;
  transition: all 0.3s ease;
}
.tab-item {
  background: #245399;
  z-index: 100;
  /* width: 100%; */
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.tab-item.active {
  top: 0;
}
.tab-content ul {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 20px; */
}
.tab-content ul li {
  width: 50%;
  margin-bottom: 16px;
}
.tab-content > ul > li > a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
/* 底部 导航栏 下拉内容 END*/
/* 底部 导航栏 （区内链接、其他链接）END */

/* 底部区域 */
.new-footer {
  background-color: #e9edf4;
  padding: 32px 0px;
}
.web-info p {
  font-size: 14px;
  line-height: 1.8em;
}

/* 底部 工具栏 （网站纠错、网站地图、联系我们）START */
.toolbar-1 {
  display: flex;
  margin-bottom: 48px;
}

.toolbar-1 li {
  margin-right: 8px;
  border-left: 1px solid #245399;
}

.toolbar-1 li a span {
  color: #245399;
  padding-left: 8px;
}
.toolbar-1 li:first-child > a > span {
  padding-left: 0;
}
.toolbar-1 li:first-child {
  border-left: none;
}
/* 底部 工具栏 （网站纠错、网站地图、联系我们）END */

/* 底部 备案信息 START*/
.bei-an-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bei-an-list span {
  margin-right: 10px;
  margin-bottom: 6px;
}
.bei-an-list span img {
  vertical-align: bottom;
}
/* 底部 备案信息 END*/
.hidden-sm {
  display: block;
}
@media (min-width: 1536px) {
  .new-footer {
    padding: 48px 32px;
  }
}
@media (min-width: 1024px) {
  .tab-content > ul > li > a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tab-content ul li {
    width: 25%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .new-footer {
    min-width: 100%;
  }
  .section-links {
    min-width: 100%;
    margin-top: 0;
  }
  .hidden-sm {
    display: none;
  }
  /* 底部 工具栏 （网站纠错、网站地图、联系我们）START */
  .toolbar-1 {
    margin-bottom: 24px;
  }
}
